Romain Francoise [Sat, 27 Aug 2005 16:11:44 +0000 (16:11 +0000)]
(makeinfo-compile): Use `compilation-start'. Set `next-error-function'
according to `disable-errors'.
(makeinfo-next-error): New function.
(makeinfo-region): Adjust to new `makeinfo-compile' prototype.
(makeinfo-buffer): Likewise.
Romain Francoise [Sat, 27 Aug 2005 14:38:22 +0000 (14:38 +0000)]
* progmodes/compile.el (compilation-start): Add autoload cookie.
* progmodes/antlr-mode.el: Don't autoload `compilation-start'.
* textmodes/sgml-mode.el: Likewise.
* progmodes/python.el: Likewise.
Eli Zaretskii [Sat, 27 Aug 2005 12:31:26 +0000 (12:31 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 27 Aug 2005 12:30:36 +0000 (12:30 +0000)]
(blink-matching-paren-distance): Document the meaning of nil value,
and allow to customize to nil.
Eli Zaretskii [Sat, 27 Aug 2005 12:23:22 +0000 (12:23 +0000)]
(USAGE1): Fix the description of the -Q option.
Eli Zaretskii [Sat, 27 Aug 2005 12:20:13 +0000 (12:20 +0000)]
(Startup Summary): Fix the description of the initial startup message display.
Eli Zaretskii [Sat, 27 Aug 2005 12:16:21 +0000 (12:16 +0000)]
(eshell-windows-shell-file): Look for command.com, not command.exe.
John Wiegley [Fri, 26 Aug 2005 22:51:28 +0000 (22:51 +0000)]
*** empty log message ***
John Wiegley [Fri, 26 Aug 2005 22:51:03 +0000 (22:51 +0000)]
(eshell-rewrite-named-command): Changed the code around a bit so that
an extraneous nil argument is not added to a command when no args are
given.
John Wiegley [Fri, 26 Aug 2005 22:39:49 +0000 (22:39 +0000)]
(eshell-flatten-list): Don't call eshell-flatten-list on a
sub-argument if it is eq to nil.
John Wiegley [Fri, 26 Aug 2005 22:35:48 +0000 (22:35 +0000)]
(eshell-parse-double-quote): If a double-quoted argument resolves to
nil, return it as an empty string rather than as nil. This made it
impossible to pass "" to a shell script as a null string argument.
Romain Francoise [Fri, 26 Aug 2005 18:07:25 +0000 (18:07 +0000)]
(compilation-start): Doc fix.
Romain Francoise [Fri, 26 Aug 2005 18:03:46 +0000 (18:03 +0000)]
* progmodes/antlr-mode.el (antlr-default): Fix
defface form.
(antlr-font-lock-additional-keywords): Fix reference to
`antlr-font-lock-literal-regexp' erroneously changed during the
mass face rename.
(antlr-run-tool): Use `compilation-start'.
Stefan Monnier [Fri, 26 Aug 2005 15:56:48 +0000 (15:56 +0000)]
(pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
Romain Francoise [Fri, 26 Aug 2005 15:51:54 +0000 (15:51 +0000)]
*** empty log message ***
Stefan Monnier [Fri, 26 Aug 2005 15:31:59 +0000 (15:31 +0000)]
(outline-invent-heading): New fun.
(outline-promote, outline-demote): Use it.
(outline-move-subtree-down): Remove unused vars `re' and `txt'.
(outline-end-of-subtree): Remove unused var `opoint'.
Eli Zaretskii [Fri, 26 Aug 2005 14:11:29 +0000 (14:11 +0000)]
(truncate-lines, write-file, print-buffer)
(ps-print-buffer-faces, ps-print-buffer, split-window): Disable
menu items when the frame they refer to is invisible, or when they
refer to a buffer and the minibuffer is selected.
Eli Zaretskii [Fri, 26 Aug 2005 13:49:07 +0000 (13:49 +0000)]
(flymake-highlight-err-lines): Use save-excursion around
flymake-highlight-line to preserve point.
Eli Zaretskii [Fri, 26 Aug 2005 13:42:43 +0000 (13:42 +0000)]
Change Author and Maintainer address.
Eli Zaretskii [Fri, 26 Aug 2005 13:41:26 +0000 (13:41 +0000)]
Change Author and Maintainer address.
(octave-maintainer-address): Change Kurt's email address.
Kim F. Storm [Fri, 26 Aug 2005 12:31:55 +0000 (12:31 +0000)]
(version-list-<, version-list-<=, version-list-=)
Renamed from integer-list-*.
(version-list-not-zero): Likewise. Fix while loop.
(version=): Use version-list-= instead of string-equal.
Kim F. Storm [Fri, 26 Aug 2005 12:31:36 +0000 (12:31 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 26 Aug 2005 12:06:38 +0000 (12:06 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 26 Aug 2005 11:52:08 +0000 (11:52 +0000)]
(outline-promote): Try shortening the heading.
As last resort, read the heading to use.
(outline-demote): As last resort, read the heading to use.
Juanma Barranquero [Fri, 26 Aug 2005 11:25:56 +0000 (11:25 +0000)]
(date): Add defvar.
Juanma Barranquero [Fri, 26 Aug 2005 11:23:49 +0000 (11:23 +0000)]
(date, number, original-date): Add defvars.
Juanma Barranquero [Fri, 26 Aug 2005 11:23:21 +0000 (11:23 +0000)]
(date, entry, number, original-date): Add defvars.
Juanma Barranquero [Fri, 26 Aug 2005 11:19:34 +0000 (11:19 +0000)]
(date): Add defvars.
Juanma Barranquero [Fri, 26 Aug 2005 11:19:05 +0000 (11:19 +0000)]
(date, displayed-month, displayed-year, number, original-date):
Add defvars.
Kim F. Storm [Fri, 26 Aug 2005 11:04:16 +0000 (11:04 +0000)]
(resize_mini_window): Fix 2005-08-20 change.
Don't move PT to new window start.
Kim F. Storm [Fri, 26 Aug 2005 11:03:55 +0000 (11:03 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 26 Aug 2005 10:51:12 +0000 (10:51 +0000)]
Move the `defvar's to the top level.
Juanma Barranquero [Fri, 26 Aug 2005 10:46:50 +0000 (10:46 +0000)]
ibuffer.el: Move the `defvar's to the top level.
Juanma Barranquero [Fri, 26 Aug 2005 10:46:08 +0000 (10:46 +0000)]
emerge.el: Move the `defvar's to the top level.
Romain Francoise [Fri, 26 Aug 2005 10:17:00 +0000 (10:17 +0000)]
Fix capitalization of "Gnus".
Romain Francoise [Fri, 26 Aug 2005 10:02:03 +0000 (10:02 +0000)]
(sgml-validate): Use `compilation-start'
instead of the obsolete `compile-internal'.
Juanma Barranquero [Fri, 26 Aug 2005 09:37:57 +0000 (09:37 +0000)]
(smerge-refined-change): Add :group.
Miles Bader [Fri, 26 Aug 2005 00:02:06 +0000 (00:02 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 105)
- Update from CVS
2005-08-22 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
* lisp/gnus/gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
the end of the date treatments.
2005-08-15 Simon Josefsson <jas@extundo.com>
* lisp/gnus/pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
it in url-handlers.el and XEmacs in url.el. Reported by Luca
Capello and Romain Francoise.
(pgg-fetch-key-function): Removed, not used?
(pgg-insert-url-with-w3): Require url, to get
url-insert-file-contents regardless of where it is defined.
2005-08-08 Simon Josefsson <jas@extundo.com>
* lisp/gnus/pgg.el: Autoload url-insert-file-contents instead of loading
w3/url.
(pgg-insert-url-with-w3): Don't load url here.
2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
* man/emacs-mime.texi (time-date): Fix description of safe-date-to-time.
2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
* man/emacs-mime.texi (Handles): Remove duplicate item.
(Encoding Customization): Fix the default value for
mm-coding-system-priorities.
(Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
(Basic Functions): Fix reference.
2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
Stefan Monnier [Thu, 25 Aug 2005 20:13:38 +0000 (20:13 +0000)]
(smerge-remove-props): Make the args non-optional.
(smerge-keep-n): Remove props.
(smerge-keep-base, smerge-keep-other, smerge-keep-mine)
(smerge-keep-current, smerge-kill-current): Don't remove props anymore
now that it's done in smerge-keep-n.
(smerge-refined-change): New face.
(smerge-refine-chopup-region, smerge-refine-highlight-change)
(smerge-refine): New funs.
(smerge-basic-map): Bind smerge-refine.
Juri Linkov [Thu, 25 Aug 2005 19:11:00 +0000 (19:11 +0000)]
(menu-bar-options-menu, menu-bar-options-save):
Delete "Automatic File De/compression" (auto-compression-mode).
Juri Linkov [Thu, 25 Aug 2005 19:09:22 +0000 (19:09 +0000)]
(grep, grep-mode): Make buffer-local variables
compilation-process-setup-function and compilation-disable-input
in grep-mode instead of let-bindings in grep.
Miles Bader [Thu, 25 Aug 2005 17:04:43 +0000 (17:04 +0000)]
Add arch tagline
Richard M. Stallman [Thu, 25 Aug 2005 11:06:36 +0000 (11:06 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 25 Aug 2005 11:06:31 +0000 (11:06 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 25 Aug 2005 11:05:31 +0000 (11:05 +0000)]
(Search and Replace): Add replace-regexp-in-string.
Richard M. Stallman [Thu, 25 Aug 2005 11:04:38 +0000 (11:04 +0000)]
(Finding Overlays): Fix `find-overlay-prop' in `next-overlay-change' example.
Richard M. Stallman [Thu, 25 Aug 2005 11:03:32 +0000 (11:03 +0000)]
(menu-bar-describe-menu): Delete "What's New".
Rename "Describe Key" to "Describe Key or Mouse Operation".
Juanma Barranquero [Thu, 25 Aug 2005 11:01:15 +0000 (11:01 +0000)]
bg-mouse.el: Moved from term/.
Richard M. Stallman [Thu, 25 Aug 2005 11:00:38 +0000 (11:00 +0000)]
(build-mail-aliases): Delete comments
from the contents before processing them.
Juanma Barranquero [Thu, 25 Aug 2005 10:58:57 +0000 (10:58 +0000)]
bg-mouse.el: Moved to obsolete/.
Richard M. Stallman [Thu, 25 Aug 2005 10:58:48 +0000 (10:58 +0000)]
(isearch-edit-string): Erase the Search prompt
if user enters an empty string and there is no default.
Richard M. Stallman [Thu, 25 Aug 2005 10:57:38 +0000 (10:57 +0000)]
(play-sound): Rearrange to avoid warning.
Richard M. Stallman [Thu, 25 Aug 2005 10:56:51 +0000 (10:56 +0000)]
(comint-file-name-prefix): Add autoload.
Carsten Dominik [Thu, 25 Aug 2005 08:25:51 +0000 (08:25 +0000)]
Fixed typo.
YAMAMOTO Mitsuharu [Thu, 25 Aug 2005 08:20:43 +0000 (08:20 +0000)]
(mac_copy_area, mac_copy_area_with_mask): Restore background color.
(mac_handle_visibility_change): New function.
(x_make_frame_invisible, x_iconify_frame)
(XTread_socket) [!USE_CARBON_EVENTS]: Use it.
[USE_CARBON_EVENTS] (mac_handle_window_event)
(install_window_handler): Handle visibilty change events.
(x_make_frame_visible): Don't reposition window if it is iconified
or asked for visible before. Select and uncollapse window when it
is made visible.
(x_make_frame_invisible): Don't reset x_highlight_frame.
(x_iconify_frame): Likewise. Make invisible frame visible before
it is iconified.
(read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
(do_window_update): Don't change visibility of invisible frame.
YAMAMOTO Mitsuharu [Thu, 25 Aug 2005 08:20:12 +0000 (08:20 +0000)]
(kbd_buffer_get_event) [MAC_OS]: Make events for
ICONIFY/DEICONIFY_EVENT.
Carsten Dominik [Thu, 25 Aug 2005 07:11:10 +0000 (07:11 +0000)]
Documentation string of diary-modify-entry-list-string-function improved.
Carsten Dominik [Thu, 25 Aug 2005 07:06:07 +0000 (07:06 +0000)]
(diary-modify-entry-list-string-function): New hook.
(add-to-diary-list): Call `diary-modify-entry-list-string-function'
Carsten Dominik [Thu, 25 Aug 2005 07:05:27 +0000 (07:05 +0000)]
*** empty log message ***
Vinicius Jose Latorre [Thu, 25 Aug 2005 01:37:47 +0000 (01:37 +0000)]
version string comparison
Juanma Barranquero [Wed, 24 Aug 2005 15:56:02 +0000 (15:56 +0000)]
(icon-edit, *mouse-window*, *mouse-x*, *mouse-y*, menu, char):
Defvar at compile time.
(sc::menu): Declare it before use.
(sc::pack-one-line): Use `let', not `let*'.
Juanma Barranquero [Wed, 24 Aug 2005 15:20:18 +0000 (15:20 +0000)]
(filter-region, execute-monitor-command): Use `let*' instead of `let'.
Juanma Barranquero [Wed, 24 Aug 2005 15:10:45 +0000 (15:10 +0000)]
(bg-mouse-x, bg-mouse-y, bg-cursor-window): Defvar at compile time.
Juanma Barranquero [Wed, 24 Aug 2005 14:41:27 +0000 (14:41 +0000)]
(current-global-mousemap, current-local-mousemap): Declare them before use.
Juanma Barranquero [Wed, 24 Aug 2005 14:31:17 +0000 (14:31 +0000)]
(nntp-open-tls-stream, nntp-open-ssl-stream): Defvar at compile time.
Juanma Barranquero [Wed, 24 Aug 2005 14:24:20 +0000 (14:24 +0000)]
(url-http-cookies-sources): Defvar at compile time.
Juanma Barranquero [Wed, 24 Aug 2005 14:15:23 +0000 (14:15 +0000)]
(news-inews-hook, news-group-hook-alist, mail-send-hook):
Defvar at compile time.
Juanma Barranquero [Wed, 24 Aug 2005 14:00:17 +0000 (14:00 +0000)]
(info-xref-xfile-alist, info-xref-filename-heading, info-xref-good,
info-xref-bad): Defvar at compile time.
Stefan Monnier [Wed, 24 Aug 2005 11:54:25 +0000 (11:54 +0000)]
(define-minor-mode): Simplify.
Stefan Monnier [Wed, 24 Aug 2005 11:49:07 +0000 (11:49 +0000)]
(custom-theme-set-variables): Sort minor modes last.
Thien-Thi Nguyen [Wed, 24 Aug 2005 11:36:35 +0000 (11:36 +0000)]
Update "copyright years" section.
Juanma Barranquero [Wed, 24 Aug 2005 11:36:27 +0000 (11:36 +0000)]
(merge-begin, merge-end, template, A-begin, A-end, B-begin, B-end, diff,
diff-vector, valid-diff): Defvar at compile time to silence the byte-compiler.
Juanma Barranquero [Wed, 24 Aug 2005 11:34:39 +0000 (11:34 +0000)]
(ibuffer-compile-make-eliding-form, ibuffer-check-formats): Use
`with-no-warnings' to hide references to `ibuffer-elide-long-columns' (which is
defined on ibuffer.el, so it's silly to get warnings for it).
(ibuffer-auto-mode, ibuffer-cached-filter-formats,
ibuffer-compiled-filter-formats, ibuffer-filter-format-alist,
ibuffer-filter-group-kill-ring, ibuffer-filter-groups,
ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups,
ibuffer-inline-columns, ibuffer-show-empty-filter-groups,
ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps): Defvar at compile time.
(ibuffer-compiled-formats, ibuffer-cached-eliding-string,
ibuffer-cached-formats, ibuffer-cached-elide-long-columns), eclare them before
use.
Thien-Thi Nguyen [Wed, 24 Aug 2005 11:32:07 +0000 (11:32 +0000)]
Update years in copyright notice; nfc.
Carsten Dominik [Wed, 24 Aug 2005 10:18:29 +0000 (10:18 +0000)]
(bookmark-after-jump-hook): New hook.
(bookmark-jump): Run `bookmark-after-jump-hook'.
Carsten Dominik [Wed, 24 Aug 2005 10:17:14 +0000 (10:17 +0000)]
*** empty log message ***
Juri Linkov [Tue, 23 Aug 2005 21:01:24 +0000 (21:01 +0000)]
(minibuffer-prompt): Doc fix.
Jan Djärv [Tue, 23 Aug 2005 20:05:50 +0000 (20:05 +0000)]
Moved to obsolete
Jan Djärv [Tue, 23 Aug 2005 20:05:32 +0000 (20:05 +0000)]
Moved from international. Old log:
;;; swedish.el --- miscellaneous functions for dealing with Swedish.
Juanma Barranquero [Tue, 23 Aug 2005 15:35:38 +0000 (15:35 +0000)]
Trivial changes to silence warnings.
(xscheme-previous-mode, xscheme-previous-process-state): Add defvars.
(xscheme-last-input-end, xscheme-process-command-line, xscheme-process-name,
xscheme-buffer-name, xscheme-expressions-ring-max, xscheme-expressions-ring,
xscheme-expressions-ring-yank-pointer, xscheme-running-p,
xscheme-control-g-synchronization-p, xscheme-control-g-disabled-p,
xscheme-string-receiver, default-xscheme-runlight, xscheme-runlight,
xscheme-runlight-string, xscheme-process-filter-state, xscheme-allow-output-p,
xscheme-prompt, xscheme-mode-string): Move to beginning of file.
(scheme-interaction-mode-commands-alist, scheme-interaction-mode-map,
scheme-debugger-mode-map): Declare them before use. Note: the initialization
code for the variables has not been moved because it uses functions that
reference the variables.
(xscheme-control-g-message-string, xscheme-process-filter-alist,
xscheme-prompt-for-expression-map): Declare them before use.
(scheme-debugger-mode-commands): "?\ " -> "?\s".
Masatake YAMATO [Tue, 23 Aug 2005 03:38:23 +0000 (03:38 +0000)]
* hexl.el (hexl-print-current-point-info): Fix simple spelling error.
Juri Linkov [Mon, 22 Aug 2005 21:35:40 +0000 (21:35 +0000)]
*** empty log message ***
Juri Linkov [Mon, 22 Aug 2005 21:35:07 +0000 (21:35 +0000)]
(Standard Faces): Merge the text from `(elisp)Standard Faces' into this node.
Juri Linkov [Mon, 22 Aug 2005 21:32:08 +0000 (21:32 +0000)]
(Mode Line Data): Fix xref to Standard Faces.
Juri Linkov [Mon, 22 Aug 2005 21:31:54 +0000 (21:31 +0000)]
(Standard Faces): Delete node.
(Faces): Add xref to `(emacs)Standard Faces'.
(Displaying Faces): Fix xref to `Standard Faces'.
Juri Linkov [Mon, 22 Aug 2005 21:07:19 +0000 (21:07 +0000)]
(Attribute Functions): Add set-face-inverse-video-p.
Fix invert-face. Fix args of face-background.
Juri Linkov [Mon, 22 Aug 2005 20:47:49 +0000 (20:47 +0000)]
(turn_on_face): Check for TS_set_foreground and
TS_set_background depending on standout_mode. Simplify.
Juri Linkov [Mon, 22 Aug 2005 19:55:57 +0000 (19:55 +0000)]
(compilation-disable-input): Doc fix.
(define-compilation-mode): Doc fix and refill.
(kill-compilation): Use `mode-name' in the error message.
(compilation-find-file): Use `compilation-error' in the
read-file-name's prompt.
Juri Linkov [Mon, 22 Aug 2005 19:53:46 +0000 (19:53 +0000)]
(Info-insert-dir): Use save-excursion around insert-buffer-substring.
(Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
(Info-escape-percent): Delete function.
(Info-fontify-node): Replace Info-escape-percent by
replace-regexp-in-string with REP arg set to lambda that
duplicates `%' and preserves text properties.
Juri Linkov [Mon, 22 Aug 2005 19:53:05 +0000 (19:53 +0000)]
(set-face-underline): Delete this duplicate function
and make an obsolete alias to set-face-underline-p.
(set-face-underline-p): Use docstring of set-face-underline.
(describe-face): Create hyperlink to parent face.
Stefan Monnier [Mon, 22 Aug 2005 14:38:51 +0000 (14:38 +0000)]
(smerge-basic-map): Bind smerge-combine-with-next.
(smerge-auto-leave): Make undo re-enable the mode.
(debug-ignored-errors): Add the user-error of impossible resolution.
(smerge-resolve): Move things around a bit, in preparation for later.
(smerge-diff): Don't fail if the buffer has no associated file.
(ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
(smerge-conflict-overlay): New function.
(smerge-match-conflict): Don't add text properties here.
(smerge-find-conflict): Instead, add an overlay here.
Also check for the case where we're inside a conflict already, so as to
obviate the need for font-lock-multiline, which is unbearably slow with
large conflicts and ciomplex font-lock patterns.
(smerge-remove-props): Remove overlay rather than text-properties.
(smerge-mode): Don't set font-lock-multiline.
Remove overlays when turned off.
Kim F. Storm [Sun, 21 Aug 2005 21:48:22 +0000 (21:48 +0000)]
* fringe.c (update_window_fringes): Only put TOP and BOTTOM
bitmaps on fully visible rows.
Kim F. Storm [Sun, 21 Aug 2005 21:47:55 +0000 (21:47 +0000)]
*** empty log message ***
Kim F. Storm [Sun, 21 Aug 2005 21:26:07 +0000 (21:26 +0000)]
(ido-ignore-item-p): Use save-match-data.
Bind case-fold-search to ido-case-fold locally.
Kim F. Storm [Sun, 21 Aug 2005 20:58:03 +0000 (20:58 +0000)]
(redisplay_window): Call update_window_fringes with
KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
Kim F. Storm [Sun, 21 Aug 2005 20:57:42 +0000 (20:57 +0000)]
(update_window_fringes): Replace FORCE_P arg with KEEP_CURRENT_P arg;
if non-zero, don't update current row fringes, and return 0.
Kim F. Storm [Sun, 21 Aug 2005 20:56:35 +0000 (20:56 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 20 Aug 2005 21:50:48 +0000 (21:50 +0000)]
(normal-mode): If font lock is on, turn it off and on.
Richard M. Stallman [Sat, 20 Aug 2005 21:48:51 +0000 (21:48 +0000)]
(replace-regexp-in-string): Doc fix.
Richard M. Stallman [Sat, 20 Aug 2005 21:48:20 +0000 (21:48 +0000)]
(command-line-1): Don't suppress startup screen due to existing processes.